For Each File in a Folder
FOREACHFILE
Loops over each file with the extension in the folder, and sets the value to the $FILE variable. Any functions after "FOREACHFILE" will be executed for each file.
Parameters
folder
(String): The folder to loop over (subfolders are included)extensions
(String):includeSubFolders
(String): true/false
Returns
No return information provided.